|
Orchestration SDK 5.12.0
|
#include <OnlineActivationDelegate.h>
Inherits <ActivationDelegate>.
Instance Methods | |
| (void) | - onActivationStepCompleteWithCommand: |
Instance Methods inherited from <ActivationDelegate> | |
| (void) | - onActivationSuccess |
| (void) | - onActivationAborted |
| (void) | - onActivationInputError: |
The OnlineActivationDelegate interface defines the methods that must be implemented in order to receive delegates during the online activation process.
| - (void) onActivationStepCompleteWithCommand: | (NSString *) | command |
Called upon activation step success, the provided command must be sent to the server.
| command | the command to be sent to the server |